type runtime.stackt
10 uses
runtime (current package)
defs_linux_amd64.go#L233: type stackt struct {
defs_linux_amd64.go#L249: uc_stack stackt
os_linux.go#L439: func sigaltstack(new, old *stackt)
os_linux.go#L533: func setSignalstackSP(s *stackt, sp uintptr) {
signal_unix.go#L561: var st stackt
signal_unix.go#L580: st := stackt{ss_size: mp.g0.stack.hi - mp.g0.stack.lo}
signal_unix.go#L1234: var st stackt
signal_unix.go#L1269: st := stackt{ss_flags: _SS_DISABLE}
signal_unix.go#L1322: func setGsignalStack(st *stackt, old *gsignalStack) {
signal_unix.go#L1354: st := stackt{ss_size: s.hi - s.lo}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |